/******BANNER******/
#in_main {
	overflow: hidden;
}
/*inbanner*/
.inbanner {
	width: 1783px;
	overflow: hidden;
	position: relative;
	left: 50%;
	top: 0;
	z-index: 2;
	margin-left: -891px;
}
.inbanner img {
	display: block;
	width: 100%;
}
.inbanner .b-index {
	width: 1100px;
	height: 302px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	top: 0;
	z-index: 2;
	margin-left: -550px;
}
.inbanner .b-index h1 {
	font-weight: 100;
	color: #fff;
	font-size: 35px;
	line-height: 35px;
	position: absolute;
	left: 0;
	top: 40%;
	z-index: 3;
}
.inbanner .b-index p {
	text-transform: uppercase;
	color: #fff;
	font-size: 18px;
	line-height: 35px;
	position: absolute;
	left: 0;
	top: 51%;
	z-index: 3;
}
@media only screen and (max-width: 640px) {
	/*inbanner*/
	.inbanner {
		width: 100%;
		left: 0;
		margin-left: 0;
	}
	.inbanner .b-index {
		display: none;
	}
}


/*main*/
.main {
	width: 1783px;
	position: relative;
	left: 50%;
	top: 0;
	z-index: 2;
	margin-left: -891px;
	margin-top: -44px;
	background: url(/images/in-current-bg.png) repeat-x left top;
}
@media only screen and (max-width: 640px) {
	/*main*/
	.main {
		width: 100%;
		left: 0;
		margin-left: 0;
		margin-top: 0;
		background: none;
	}
}


/*current-on*/
.current-on {
	width: 1100px;
	height: 44px;
	margin: 0 auto;
	text-align: right;
}
.current-on p {
	color: #fff;
	font-size: 13px;
	line-height: 44px;
}
@media only screen and (max-width: 640px) {
	/*current-on*/
	.current-on {
		display: none;
	}
}


.fenye {
	padding: 20px;
	text-align: center;
}
.cutpage {
	font-size: 12px;
	font-family: Tahoma;
}
.cutpage a {
	display: inline-block;
	width: 25px;
	height: 25px;
	font-size: 14px;
	line-height: 25px;
	text-align: center;
	margin: 0 5px;
	color: #999;
	border-radius: 100px;
}
.cutpage a.current {
	background: #2c8c23;
	color: #fff;
}
.cutpage a:hover {
	background: #2c8c23;
	color: #fff;
}


/*index*/
.index {
	width: 1100px;
	margin: 0 auto;
}
/*text*/
.text {
	width: 840px;
	overflow: hidden;
	float: right;
	margin-top: 7px;
	position: relative;
	padding-bottom: 25px;
}
.text p.wenzi{
	padding:20px 0 20px 20px
}
@media only screen and (max-width: 640px) {
	/*index*/
	.index {
		width: 100%;
	}
	/*text*/
	.text {
		width: 94%;
  		float: none;
  		margin: 10px auto 0;
	}
	.text img{
		display: block;
		width: 100%;
	}
	.text p.wenzi{
		padding: 0;
	}
}